home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / comprt25.zip / README.1ST < prev    next >
Text File  |  1993-09-27  |  6KB  |  171 lines

  1.  
  2. PROGRAM: COMPORT V2.5 -- Manipulate and Display COM and LPT Port Info
  3.  
  4.      For COM ports, displays UART type, IRQ used.  Allows addition or
  5.      removal of COM and LPT ports from DOS at any address.  Netware,
  6.      LANtastic, and LAN Manager aware.
  7.  
  8. AUTHOR:     OSR Open Systems Resources, Inc.
  9.      105 Route 101A, #19            
  10.      Amherst, New Hampshire 03031-2244
  11.  
  12. EMAIL:     osr@world.std.com \ CIS: 71477,2703
  13.  
  14. COST:     Shareware registration fee of $14.75 (payable as check or
  15.      money order, and mailed to the above address) required after
  16.      evaluation period, not to exceed 30 days.
  17.  
  18. SUPPORT: 90 days, included in cost of registration, available only to
  19.      REGISTERED USERS via Compuserve mail (user id above), Internet
  20.      mail (see above) and US Mail.
  21.      
  22. UPDATES: REGISTERED USERS will be informed of available major updates
  23.      and important bug fixes.  REGISTERED USERS are eligible for
  24.      free updates during the support period.
  25.      
  26. CHANGES: From V2.0:
  27.         - Major bug-fixes and enhancements to IRQ identification
  28.           (/I option), based on wide-spread testing and user feedback.
  29.           Now identified IRQ2/9 devices, and avoids hanging at all
  30.           costs!
  31.         - UART identification code now avoids changing IE bits
  32.           in UART.
  33.         - Made LANtastic aware.
  34.  
  35.  
  36. COMPORT V2.5 is distributed as a compressed library (archive) file named
  37. COMPRT25.ZIP.  This file contains:
  38.  
  39.     README.1ST    This file, containing a basic overview of COMPORT
  40.     COMPORT.DOC    Complete user documentation for COMPORT
  41.     REGISTER.FRM    COMPORT registration form.  Please use it if
  42.             you find COMPORT useful.
  43.     COMPORT.EXE    The executable COMPORT program.
  44.  
  45. Installation simply involves unpacking the library file, and placing
  46. COMPORT.EXE where it can be conveniently executed, typically in a
  47. utility directory on your PATH.  For example, if you path statement
  48. is...
  49.     PATH=C:\DOS;C:\UTILS
  50.  
  51. ...you might wish to copy COMPORT.EXE to the UTILS directory so that it
  52. may be conveniently executed from any directory.
  53.  
  54.  
  55. QUICK START INFORMATION
  56.  
  57. To get COMPORT to simply display the number and addresses of the
  58. serial and parallel ports in your system, and the UART type of
  59. the serial ports, simply type:
  60.  
  61.     COMPORT
  62.     
  63. at the DOS prompt.  COMPORT may also be used to display the IRQ
  64. of the serial ports in your system.  Please do this with your network
  65. software UNloaded and nothing running in the background.  The command
  66. is:
  67.  
  68.     COMPORT /I
  69.     
  70. The remainder of this section contains a brief overview of the
  71. COMPORT options.  The COMPORT manual (also included in this kit)
  72. contains a complete discussion of each option, as well as a
  73. significant amount of information on how COMPORT works, the different
  74. types of UARTS, how the DOS BIOS Data Area is used, and more.
  75. It is strongly suggested that you read the manual, so you can
  76. get the most out of COMPORT.  The manual is 15 pages long. 
  77. An attractive, laser printed, copy of the manual can be ordered
  78. when you register COMPORT.
  79.  
  80. There are two classes of COMPORT options, "Display" options and
  81. "Configuration" options.
  82.  
  83. Display options allow control of what COMPORT displays when it is
  84. invoked.  These options are:
  85.  
  86.     /A[-]         Display addresses of parallel and serial ports
  87.             known to DOS, as well as types of serial port UARTS.
  88.             DEFAULT = /A (enabled)
  89.     
  90.     /E[-]        Displays number of COM and LPT ports known to DOS
  91.             according to the BIOS Data Area Equipment List
  92.             Word, as COMPORT STARTS to run.  Therefore, any
  93.             ports found by COMPORT Configuration options are
  94.             not included in these counts.
  95.             DEFAULT = /E (enabled)
  96.     
  97.     /I[-]        Displays the IRQ (Interrupt Request Queue) number
  98.             associated with each COM port.
  99.             DEFAULT = /I- (disabled)
  100.  
  101.     /? or /H    Displays a short screen of help information.
  102.  
  103. Configuration options give control of how COM and LPT ports are configured
  104. by DOS, and allow you to register your copy of COMPORT.  Configuration
  105. options are:
  106.  
  107.     /S[-]        Requests COMPORT to scan for additional COM and
  108.             LPT ports at their typical default addresses and
  109.             if any are found, add them to DOS.
  110.             DEFAULT = /S- (disabled)
  111.     
  112.     /Cn=x        Requests COMPORT to configure COM (serial) port
  113.             n (n=1-4) in DOS at port address x (x = hex
  114.             address without trailing "h" or leading "0x").
  115.             DEFAULT = none.
  116.     
  117.     /Ln=x        Requests COMPORT to configure LPT (parallel) port
  118.             n (n=1-3) in DOS at port address x (x = hex
  119.             address, without trailing "h" or leading "0x").
  120.             DEFAULT = none.
  121.  
  122.     /R=k        Allows you to REGISTER your version of COMPORT,
  123.             using the registration key ("k") provided to you
  124.     /A[-]         Display addresses of parallel and serial ports
  125.             known to DOS, as well as types of serial port UARTS.
  126.             DEFAULT = /A (enabled)
  127.     
  128.     /E[-]        Displays number of COM and LPT ports known to DOS
  129.             according to the BIOS Data Area Equipment List
  130.             Word, as COMPORT STARTS to run.  Therefore, any
  131.             ports found by COMPORT Configuration options are
  132.             not included in these counts.
  133.             DEFAULT = /E (enabled)
  134.     
  135.     /I[-]        Displays the IRQ (Interrupt Request Queue) number
  136.             associated with each COM port.
  137.             DEFAULT = /I- (disabled)
  138.  
  139.     /? or /H    Displays a short screen of help information.
  140.  
  141. Configuration options give control of how COM and LPT ports are configured
  142. by DOS, and allow you to register your copy of COMPORT.  Configuration
  143. options are:
  144.  
  145.     /S[-]        Requests COMPORT to scan for additional COM and
  146.             LPT ports at their typical default addresses and
  147.             if any are found, add them to DOS.
  148.             DEFAULT = /S- (disabled)
  149.     
  150.     /Cn=x        Requests COMPORT to configure COM (serial) port
  151.             n (n=1-4) in DOS at port address x (x = hex
  152.             address without trailing "h" or leading "0x").
  153.             DEFAULT = none.
  154.     
  155.     /Ln=x        Requests COMPORT to configure LPT (parallel) port
  156.             n (n=1-3) in DOS at port address x (x = hex
  157.             address, without trailing "h" or leading "0x").
  158.             DEFAULT = none.
  159.  
  160.     /R=k        Allows you to REGISTER your version of COMPORT,
  161.             using the registration key ("k") provided to you
  162.             by the author.  Registering your copy of COMPORT
  163.             removes the gentle, but annoying, registration
  164.             reminder that requires that you type <CR> to
  165.             continue COMPORT's execution.   This option
  166.             supersedes any others on the command line.
  167.             by the author.  Registering your copy of COMPORT
  168.             removes the gentle, but annoying, registration
  169.             reminder that requires that you type <CR> to
  170.             continue COMPORT's execution.   This option
  171.             supersedes any others on the command line.